Other Functions
The following functions are available globally.
-
Perform diff between old and new collections
Declaration
Swift
public func diff<T: DeepHashable>( old: Array<T>, new: Array<T>, algorithm: DiffAware = Heckel()) -> [Change<T>]
Parameters
old
Old collection
new
New collection
Return Value
A set of changes